vcProcessFlowGroup

Process flow group is a grouping of product types that share same process flow sequence and can navigate through the same transport links. Every product type belongs to exactly one flow group, with the only exception being the system "Any" product type that doesn't belong to a flow group.

See in: Overview

Module: vcProcessModel

Parent: vcObject

Children -

Referenced by: vcGetFlowStepStatement.FlowGroup, vcProcessFlowGroupManager.Groups, vcProcessFlowGroupManager.createGroup(), vcProcessFlowGroupManager.findGroup(), ... (see more)
vcGetFlowStepStatement.FlowGroup
vcProcessFlowGroupManager.Groups
vcProcessFlowGroupManager.createGroup()
vcProcessFlowGroupManager.findGroup()
vcProductType.FlowGroup
vcProductTypeFilter.AcceptedFlowGroups
vcTransportLink.SupportedGroup

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
IsVisibleBooleanRWGets or sets whether this group is visible in certain areas of the user interface.
NameStringRWGets or sets process flow group name.
See more
Exceptions:
ValueError: When given process flow group name is empty or not unique.
ProductTypesvcObservableList[vcProductType]RGets the list of product types that belong to this group.
PropertiesvcPropertyContainerRGets the properties of this process flow group.
SequencevcProcessSequenceRGets the sequence tied to this flow group.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
clonevcProcessFlowGroupNoneReturns a clone of this process flow group.
deleteNoneNoneTries to delete the given group.
See more
Note: Deleting a flow group also causes deletion of any contained product types and other
tied data such as process flow sequence.